projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8f27d
)
(msb--toggle-menu-type): Call menu-bar-update-buffers with t.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Oct 1996 02:57:53 +0000
(
02:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Oct 1996 02:57:53 +0000
(
02:57
+0000)
lisp/msb.el
patch
|
blob
|
history
diff --git
a/lisp/msb.el
b/lisp/msb.el
index 42bb91d909da04c2f2d3b76eefa81143f23ba935..62fd4aefb36b686427d668f68a3e3138fb539935 100644
(file)
--- a/
lisp/msb.el
+++ b/
lisp/msb.el
@@
-818,7
+818,7
@@
If the argument is left out or nil, then the current buffer is considered."
(defun msb--toggle-menu-type ()
(interactive)
(setq msb-files-by-directory (not msb-files-by-directory))
- (menu-bar-update-buffers))
+ (menu-bar-update-buffers
t
))
(defun mouse-select-buffer (event)
"Pop up several menus of buffers, for selection with the mouse.